home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / DefineButton2_620 / BUTTONCONDACTION on(release).as
Text File  |  2001-11-12  |  137b  |  7 lines

  1. on(release){
  2.    _root.ifs = 1;
  3.    getUrl("FSCommand:fullscreen", "true");
  4.    gotoAndStop(2);
  5.    _parent.oknoz0.gotoAndStop("e");
  6. }
  7.